You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
248 B
10 lines
248 B
4 years ago
|
/**
|
||
|
* Created by Administrator on 2016/9/27.
|
||
|
*/
|
||
|
define(function (require, exports, module) {
|
||
|
return {
|
||
|
SKU080204_001: "明细表不能为空",
|
||
|
SKU080204_002: "{0}{1}{2}不能为0",
|
||
|
SKU080204_003: "未找到{0}"
|
||
|
}
|
||
|
})
|